Tweak message in Dependency::parse
authorAlex Crichton <alex@alexcrichton.com>
Fri, 7 Oct 2016 19:34:00 +0000 (12:34 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 7 Oct 2016 19:34:00 +0000 (12:34 -0700)
commitc810424c98c208a2427cfc4a4a435b31ad625d76
treee3d8db9e9814ae61dedaa964daeceaedce6eebe8
parent4c1f84b205a043d8533742761e6466962ce399b9
Tweak message in Dependency::parse

Provide some contextual information about why a dependency failed to parse.
src/cargo/core/dependency.rs
src/cargo/core/registry.rs
src/cargo/ops/cargo_install.rs
src/cargo/sources/registry/index.rs
src/cargo/util/toml.rs
tests/resolve.rs